get

pure function get(index: integer): T

Gets the element at the specified index. Fails if provided index is out of bounds.

Since

0.6.0

Parameters

index

The index of the element to retrieve.